zip
Returns Success containing a Pair of values of this and other if both instances of Try are Success. Otherwise returns first Failure.
Return
Success containing a Pair of values of this and other if both instances of Try are Success. Otherwise returns first Failure.
Since
1.1
Parameters
other
Other Try.
Returns Success containing the result of applying transform to both values of this and other if both instances of Try are Success. Otherwise returns first Failure.
Return
Success containing the result of applying transform to both values of this and other if both instances of Try are Success. Otherwise returns first Failure.
Since
1.1